Micron Document
baubs git

Node / mirrors / respira / commits / 9d9f71c

Commit 9d9f71c54344f5e5d231a5fca4c3d51db239ebd2


Parents : 72641c0
Author : Jan-Henrik Bruhn <hi@jhbruhn.de>
Date : 2025-12-07T13:10:19+01:00

Fix missing isDeleting prop destructuring in ProgressMonitor

Add isDeleting to destructured props with default value of false.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

Changes

1 files changed, 1 insertions(+), 0 deletions(-)


Diff

diff --git a/src/components/ProgressMonitor.tsx b/src/components/ProgressMonitor.tsx
index e4aac84..3ff86c5 100644
--- a/src/components/ProgressMonitor.tsx
+++ b/src/components/ProgressMonitor.tsx
@@ -39,6 +39,7 @@ export function ProgressMonitor({
onStartMaskTrace,
onStartSewing,
onResumeSewing,
+ isDeleting = false,
}: ProgressMonitorProps) {
// State indicators
const isMaskTraceComplete = machineStatus === MachineStatus.MASK_TRACE_COMPLETE;

Served by rngit 1.3.3 - Generated in 0.11s